Developer Documentation

QuickTime 4 API Documentation

3D Graphics Programming with QuickDraw 3D 1.5.4

Previous | QD3D Book | Overview | Chapter Contents | Next |

Unknown Text

Labels

ASCII
UnknownText
Binary
uktx ( = 0x756B7478 )

Data Format

String              asciiName
String              contents
asciiName
The object type of the unknown object, enclosed in double quotation marks.
contents
The specification (without encapsulation) of the unknown object, enclosed in double quotation marks. Blank space and comments in the original object specification of the unknown object may be omitted when this field is written.

Data Size

sizeof(asciiName) + sizeof(contents)

Description

An unknown text object is used to transport unknown data found in a text file. It is an encapsulated replica of that unknown data. In the usual case, an unknown text object contains an ill-formed object specification. Your file reading program may be designed to transport the data contained in an unknown text object, to validate and convert the data to a specification of a known object, or to discard the data.

An unknown text object may occur in a binary file as well as in a text file.

Parent Hierarchy

Shared, shape.

Parent Objects

Any object that may have a child object may be a parent object to an unknown text object.

Child Objects

None.

Example

UnknownText (
    "Sphere"                                     # unknown object type
    "1 0 0      0 1 0       0 0 1       0 0 a"   # illegal specification
)

© 1997 Apple Computer, Inc.

Previous | QD3D Book | Overview | Chapter Contents | Next |